func html/template.asciiAlpha
3 uses
html/template (current package)
transition.go#L550: func asciiAlpha(c byte) bool {
transition.go#L556: return asciiAlpha(c) || '0' <= c && c <= '9'
transition.go#L561: if i == len(s) || !asciiAlpha(s[i]) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)